/*========================================================================= Preloader =========================================================================*/ $(window).load(function() { "use strict"; $(".preloader-outer").delay(350).fadeOut('slow'); }); $(function(){ "use strict"; /*========================================================================= One Page Nav =========================================================================*/ $(".navigation").onePageNav({ currentClass: 'current', changeHash: false, scrollSpeed: 700, scrollThreshold: 0.5, easing: 'easeInOutCubic' }); /*========================================================================= Portfolio filter =========================================================================*/ if($('#works .item-outer').length > 0){ var filterizd = $('#works .item-outer').filterizr(); } $( '.control ul li' ).on( 'click', function() { $( this ).parent().find( 'li.active' ).removeClass( 'active' ); $( this ).addClass( 'active' ); }); /*========================================================================= Hamburger Menu & Mobile Push menu =========================================================================*/ $(".hamburger-menu, .main-nav ul li a").on( 'click', function() { $(".header").toggleClass("pushed"); $(".main-content").toggleClass("main-pushed"); $('.bar').toggleClass('animate'); }); /*========================================================================= Bootstrap Tooltip =========================================================================*/ $(".resume-download").tooltip(); /*========================================================================= Carousels / Resume, Testimonials, Customers / =========================================================================*/ $(".customer-carousel").owlCarousel({ items: 4 }); $(".resume-carousel, .testimonial-carousel").owlCarousel({ singleItem:true }); /*========================================================================= Backstretch Background Slider =========================================================================*/ $("#welcome").backstretch([ "http://placehold.it/1200x768", "http://placehold.it/1200x768", // "assets/images/your_pic.jpg" ], {duration: 5000, fade: 400}); /*========================================================================= Welcome & Header Height =========================================================================*/ $("#welcome").css({'height':($(window).height())+'px'}); $(".header").css({'height':($(window).height())+'px'}); /*========================================================================= Magnific Popup Functions =========================================================================*/ $('.work-image').magnificPopup({ type: 'image' }); $('.work-video').magnificPopup({ type: 'iframe', iframe: { markup: '